home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / prolog_2.zip / CHART.ZIP / READ.ME < prev    next >
Text File  |  1986-09-01  |  1KB  |  31 lines

  1. A VERY SIMPLE CHART PARSER
  2.  
  3. Peter Ross
  4. Dept. of Artificial Intelligence
  5. 80 South Bridge
  6. Edinburgh EH1 1HN
  7. Scotland
  8.  
  9. 031-225-7774 ext. 247
  10.  
  11.  
  12. The chart parser itself can be found in "chart.pro". It was originally
  13. written for C-Prolog, but has since been tried with a variety of other
  14. versions. It consumes a LOT of stack space because it keeps the chart
  15. itself as an enormous list and the agenda as a pair of difference lists.
  16.  
  17. Documentation about its capabilities, implementation and use can be found
  18. in the file "chart.txt". A simple test rig (included in "chart.pro") is
  19. also documented, and two very simple example grammars can be found in
  20. "test01.pro" and "test02.pro".
  21.  
  22. You may need to mess about with the program, or with the configuration
  23. of available memory for your own Prolog, to get it to run on your
  24. machine, particularly if its a Pc-type machine. I haven't tried it on
  25. such a machine, for want of a suitable Prolog that makes uses of the
  26. full physical memory - some kind of virtual memory may also be useful.
  27.  
  28. A cross-reference listing of the program can be found in "chart.xrf".
  29. Sorry, the cross-referencer is not mine to give away! It is, however,
  30. entirely written in Prolog...
  31.